@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'windsongregular';
    src: url('Windsong-webfont.eot');
    src: url('Windsong-webfont.eot?#iefix') format('embedded-opentype'),
         url('Windsong-webfont.woff') format('woff'),
         url('Windsong-webfont.ttf') format('truetype'),
         url('Windsong-webfont.svg#windsongregular') format('svg');
    font-weight: normal;
    font-style: normal;
    }

body {
	background-color: #c5e3e5;
}

a:link {
	color: #2D2C2C;
}

a:visited {
	color: #730406;
}

a:hover {
	color: #89C2C5;
}

#right {
	background-color: #000;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 10%;
}

#left {
	background-color: #000;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 10%;
}

#sidebar {
	background-image: url("http://www.twofortheice.com/wp-content/uploads/2015/08/PS-site-border-new.png");
	background-repeat: no-repeat; 
	background-size: 110%;
	position: fixed;
	width: 32%;
	top: 0px;
	bottom: 0px;
	margin-left: 10%;
	border-style: solid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-width: 20px;
	border-color: #fff;
}

.nav {
	font-family: quicksand;
	font-size: 24px;
	font-weight: bold;
	padding: 15px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}

.nav a {
	text-decoration: none;
}

.nav a:visited {
	color: #A9A9A9;
}

.nav a:hover {
	color: #89C2C5;
}

h1 {
	font-family: quicksand;
	font-size: 42px;
	text-align: center;
}
 
#content {
	width: 36%;
	float: right;
	background-color: #c5e3e5;
	color: #0D0D0D;
	font-family: playfair-display;
	font-size: 14px;
	text-align: justify;
	margin-right: 14.5%;
}

.buttons {
	float: left;
}

#copyright {
	font-size: 12px;
	text-align: center;
}

#copyright a {
	text-decoration: none;
	font-weight: bold;
}

#copyright a:hover {
	color: #fff;
}

